home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / libraries / mui-c-mode.lha / mui-c-mode.readme < prev   
Encoding:
Text File  |  1994-09-27  |  827 b   |  20 lines

  1. Short:    Emacs mode for C w/MUI
  2. Uploader: Jack Holt <genoa@mit.edu>
  3. Author:   Jack Holt <genoa@mit.edu>
  4. Type:     dev/gui
  5.  
  6. This is a modification of a c-mode.el that I snarfed from a GNU Emacs
  7. distribution.  I don't know how recent it is, but it seemed to do the
  8. right thing, so I used it as a starting point.
  9.  
  10. I was tired of writing long descriptions of MUI window layouts in C,
  11. only to have Emacs indent them in a useless and unattractive manner.
  12. So, I went looking for a MUI-mode, and not finding one, hacked this
  13. together myself in an afternoon.  If you find bugs, don't be surprised.
  14.  
  15. To use mui-c-mode.el, either replace your current c-mode.el (or, more
  16. likely, use M-x byte-compile-file to create mui-c-mode.elc and use it
  17. to replace your c-mode.elc) or place a line in your .emacs file that
  18. says (load "mui-c-mode").
  19.  
  20.